You can use the LBRYMGR utility to add resources, such as FAP, DDT, LOG, DAL, BDF, GRP, and FOR files, into a library. When you generate Add records to the response file, you can tell the utility to read the contents of your FORM.DAT file and generate Add records for the resources referenced in it. You can also specify paths you want the utility to use to search for files to generate Add records from.
In this example, the command tells the LBRYMGR utility to create a response file named RESPONSE.RSP and to read the FORM.DAT file located in the indicated DefLib directory. The utility then generates Add records and writes them into the response file for all referenced resource files.
Note | Unless you specifically indicate otherwise, the system uses the current date as the effective date for each Add record. |
C:\fap\dll> LBRYMGR /rsp=response.rsp
/formdef=c:\fap\mstrres\rpex1\deflib\form.dat /fap /ddt /logo
--- DocuCorp LBRYMGR Utility Program (C) ---
--- Library Manager Response File Utility ---
Attempting to create Response File <response.rsp>
Effective Date for objects will be: October 24 00:00 2007
Successfully created response file <response.rsp>
Instead of using the /FORMDEF parameter to indicate which resources to create Add records for, you can also point to specific directories and the LBRYMGR utility will generate Add records for all files in those directories.
This example tells the LBRYMGR utility to create a response file named RESPONSE.RSP. It generates Add records for the files located in the forms directory that have a .FAP extension. It also generates Add records for the DDT and LOG files stored in the specified directories.
C:\fap\dll> LBRYMGR /rsp=response.rsp
/fap=c:\fap\mstrres\rpex1\forms\*.fap
/ddt=c:\fap\mstrres\rpex1\deflib\*.ddt
/logo=c:\fap\mstrres\rpex1\forms\*.log
--- DocuCorp LBRYMGR Utility Program (C) ---
--- Library Manager Response File Utility ---
Attempting to create Response File <response.rsp>
Successfully created response file <response.rsp>
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.